window: Call size_allocate() to allocate a size
authorBenjamin Otte <otte@redhat.com>
Thu, 30 May 2013 17:28:08 +0000 (19:28 +0200)
committerBenjamin Otte <otte@redhat.com>
Thu, 30 May 2013 17:28:54 +0000 (19:28 +0200)
Don't call gtk_container_resize_children().

https://bugzilla.gnome.org/show_bug.cgi?id=700185

gtk/gtkwindow.c

index 8ff0a216e56ee03b9dbcbc15e578c168502a04a4..8a545fce4f87bf23dbbcf07fe163779d42351609 100644 (file)
@@ -8642,7 +8642,7 @@ gtk_window_move_resize (GtkWindow *window)
 
       /* And run the resize queue.
        */
-      gtk_container_resize_children (container);
+      gtk_widget_size_allocate (widget, &allocation);
     }
   
   /* We have now processed a move/resize since the last position